home *** CD-ROM | disk | FTP | other *** search
- ;//****************** S╔LECTION DU PILOTE *************************
- new Container
- {
- name "base_container"
- z 1
-
- background "data/menus/i_bg_principal_640_0.nif"
-
- new MenuButton
- {
- name "titre_fenetre_sp"
- x 0.749
- y 0.85
- size_x 0.25
- size_y 0.163
- visible 1
- text "Driver"
- text2 "Selection"
- text_size 0.45
- text_initial_color <0,0.66,1,1>
- normal_image "data/menus/i_titre_bouton.nif"
- highlight_image ""
- }
- on_idle ActionIdleManager
- {
- current_menu 0
- }
-
- new FastFont
- {
- x 0.36
- y 0.82
- ratio 0.3
- text "Select a driver to load:"
- initial_color <1,1,1,1>
- }
- new List
- {
- name "PilotList"
- x 0.35
- y 0.47
- z 0.9
- size_x 0.40
- size_y 0.34
- background "data/menus/i_carre_listbox.nif"
-
- ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
- ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
- SliderFile "data/menus/i_progress_bouton.nif"
- SliderBackGndFile "data/menus/i_progress_bar.nif"
- ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
- ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
-
- selection_type 0
- display_type 1
- }
- new MenuButton
- {
- name "menu_sp_effacer"
- ;// Effacer
- x 0.46
- y 0.20
- text "Delete"
- ;// eSP_EFFACER
- state_manager "5"
- }
- new MenuButton
- {
- name "menu_sp_charger"
- ;// Charger
- x 0.60
- y 0.24
- text "Load"
- ;// eSP_CHARGER
- state_manager "6"
- }
- new MenuButton
- {
- ;// Nouveau
- x 0.74
- y 0.28
- text "New"
- fade_to "container_sp_nouveau"
- }
- ; new MenuButton
- ; {
- ; ;// Quitter
- ; x 0.71
- ; y 0.08
- ; text "Quit"
- ; ;// QUIT
- ; state_manager "0"
- ;
- ; }
- }
- ;//****************** SP - NOUVEAU PILOTE *************************
- new Container
- {
- name "container_sp_nouveau"
- z 1
-
- background "data/menus/i_bg_principal_640_0.nif"
-
- new MenuButton
- {
- name "titre_fenetre_np"
- x 0.749
- y 0.85
- size_x 0.25
- size_y 0.163
- visible 1
- text "Driver"
- text2 "Selection"
- text_size 0.45
- text_initial_color <0,0.66,1,1>
- normal_image "data/menus/i_titre_bouton.nif"
- highlight_image ""
- }
- on_idle ActionIdleManager
- {
- current_menu 1
- }
- new Button
- {
- ;// fond
- x 0.35
- y 0.45
- z 0.9
- size_x 0.5
- size_y 0.4
- state_normal ActionAnimableImage
- {
- list ("data/menus/i_carre_pop_up.nif")
- }
- }
- new FastFont
- {
- x 0.59
- y 0.74
- ratio 0.3
-
- text "Enter your name:"
- initial_color <1,1,1,1>
- auto_center 1
- }
- new TextBox
- {
- name "sp_player_name"
- x 0.495
- y 0.68
- size_x 0.195
- size_y 0.04
-
- initial_image "data/menus/i_textbox.nif"
- cursor_image "Data/menus/i_texte_curseur.nif"
-
- text_x 0.03
- text_y 0.03
- text_size_x 0.94
-
- keepFocusOnEnter 1
- generateEnterOnMissClick 0
-
- char_ratio_x 0.3
- initial_color <0.99,0.61,0,1>
- select_color <1,1,0,1>
- over_color <0,0.66,1,1>
- }
- new MenuButton
- {
- name "menu_sp_nouveau_accepter"
- ;// nouveau
- x 0.532
- y 0.52
- text "Accept"
- ;// eSP_NOUVEAU
- state_manager "4"
- }
- new MenuButton
- {
- ;// annuler (precedant)
- x 0.71
- y 0.08
- text "Cancel"
- fade_to "base_container"
- }
- }
- ;//****************** MENU PRINCIPALE *****************************
- new Container
- {
- on_idle ActionIdleManager
- {
- current_menu 2000
- }
-
- name "container_menu_principal"
- z 1
-
- background "data/menus/i_bg_principal_640_0.nif"
-
- new MenuButton
- {
- name "titre_fenetre_mp"
- x 0.749
- y 0.85
- size_x 0.25
- size_y 0.163
- visible 1
- text "Main"
- text2 "Menu"
- text_size 0.45
- text_initial_color <0,0.66,1,1>
- normal_image "data/menus/i_titre_bouton.nif"
- highlight_image ""
- }
- new MenuButton
- {
- ;// Carriere
- x 0.012
- y 0.85
- text "Career"
- name "CAREER"
- ;// eSHOW_CARRIERE carriere_new + carriere_load
- ui_manager "3"
- }
- ;// **** Hidden buttons for Carriere ****
- new MenuButton
- {
- name "carriere_new"
- ;// Nouvelle carriere
- x 0.18
- y 0.90
- text "New"
-
- ;// eCAREER_NOUVELLE
- state_manager "1011"
- change_script "menu_carriere_config_kart.txt"
- change_container "container_carriere_config_kart"
- }
- new MenuButton
- {
- name "carriere_load"
- ;// Continuer une carriere
- x 0.18
- y 0.80
- text "Continue"
-
- ;eCHAMPIONSHIP_CHARGER_CAREER
- state_manager "1212"
- }
- ;// **** FIN - Hidden buttons for Carriere ****
- new MenuButton
- {
- ;// Arcade
- x 0.004
- y 0.75
- text "Arcade"
- ;// eSHOW_ARCADE arcade_single + arcade_champ
- ui_manager "1"
- }
- ;// **** Hidden buttons for Arcade ****
- new MenuButton
- {
- name "arcade_single"
- ;// Course simple
- x 0.18
- y 0.80
-
- text "Basic"
- text2 "Race"
-
- ;// eARCADE_START_SINGLE
- state_manager "2008"
- }
- new MenuButton
- {
- name "arcade_champ"
- ;// Championnat
- x 0.18
- y 0.70
- text "Championship"
-
- ;// eSHOW_ARCADE_CHAMP arcade_champ_new + arcade_champ_load
- ui_manager "2"
- }
- new MenuButton
- {
- name "arcade_champ_new"
- ;// Nouveau championnat
- x 0.33
- y 0.75
- text "New"
-
- ;// eARCADE_CHAMP_START
- state_manager "2014"
- }
- new MenuButton
- {
- name "arcade_champ_load"
- ;// Continuer un championnat
- x 0.33
- y 0.65
- text "Continue"
-
- ;eCHAMPIONSHIP_CHARGER_ARCADE
- state_manager "1211"
- }
- ;// **** FIN - Hidden buttons for Arcade ****
- new MenuButton
- {
- ;// Course contre montre
- x 0.005
- y 0.65
- text "Time"
- text2 "attack"
- name "TIMETRIAL"
-
- ;// eTIME_TRIAL_START
- state_manager "3000"
- }
- new MenuButton
- {
- ;// Multijoueur
- x 0.015
- y 0.55
- text "Multiplayer"
-
- ;// eSHOW_MULTI multi_creer + multi_joindre
- ui_manager "0"
- }
- ;// ****** Hidden buttons for Multijoueur ******
- new MenuButton
- {
- name "multi_creer"
- ;// Creer une partie
- x 0.18
- y 0.60
- text "Create"
- change_script "menu_multijoueur.txt"
- change_container "container_multijoueur_create_server"
- }
- new MenuButton
- {
- name "multi_joindre"
- ;// Joindre une partie
- x 0.18
- y 0.50
- text "Join"
-
- ;// eMP_PREPARE_JOIN
- state_manager "47"
- change_script "menu_multijoueur_select_server.txt"
- change_container "container_multijoueur_select_server"
- }
- ;// ****** FIN - Hidden buttons for Multijoueur ******
- new MenuButton
- {
- ;// Options generales
- x 0.038
- y 0.45
- text "Options"
- change_script "menu_option.txt"
- change_container "container_option_de_jeu"
- }
- new MenuButton
- {
- ;// Credits
- x 0.07
- y 0.35
- text "Credits"
-
- ;// eTIME_TRIAL_START
- state_manager "4999"
- }
- new MenuButton
- {
- ;// Retour au menu de la selection du pilote (base container)
- x 0.862
- y 0.15
- text "Driver"
- text2 "Selection"
- fade_to "base_container"
- }
- new MenuButton
- {
- x 0.74
- y 0.07
- ;// Quitter
- text "Quit"
- ;// QUIT
- state_manager "0"
- }
- }
- ;//************* GENERAL SAUVER/CHARGER ***************
- new Container
- {
- name "container_general_sauver_charger"
- z 1
-
- background "data/menus/i_bg_loadsave_640_0.nif"
-
-
- on_idle ActionIdleManager
- {
- current_menu 1012
- }
-
- new MenuButton
- {
- name "titre_fenetre_sauver_charger"
- x 0.749
- y 0.85
- size_x 0.25
- size_y 0.163
- text "Save/"
- text2 "Load"
- text_size 0.45
- text_initial_color <0,0.66,1,1>
- normal_image "data/menus/i_titre_bouton.nif"
- highlight_image ""
- }
- new FastFont
- {
- x 0.38
- y 0.83
- ratio 0.4
- text "Select a game:"
- initial_color <1,1,1,1>
- }
- new List
- {
- name "general_charger_sauver_list"
- x 0.3
- y 0.47
- z 0.9
- size_x 0.53
- size_y 0.325
- background "data/menus/i_carre_listbox.nif"
-
- ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
- ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
- SliderFile "data/menus/i_progress_bouton.nif"
- SliderBackGndFile "data/menus/i_progress_bar.nif"
- ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
- ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
-
- multi_column (0.23,0.07,0.08)
-
- selection_type 3
- display_type 1
- }
- new MenuButton
- {
- ;// Charger
- x 0.86
- y 0.46
- text "Load"
- name "general_charger_button"
-
- ;eCHAMPIONSHIP_CHARGER
- state_manager "1202"
- }
- new MenuButton
- {
- ;// Sauver
- x 0.797
- y 0.37
- text "Save"
- name "general_sauver_button"
-
- ;eCHAMPIONSHIP_SAUVER
- state_manager "1203"
- }
- new MenuButton
- {
- ;// Effacer
- x 0.716
- y 0.285
- text "Delete"
- name "general_effacer_button"
-
- ;eCHAMPIONSHIP_DETRUIRE_FILE
- state_manager "1204"
- }
- new MenuButton
- {
- ;// Retour
- x 0.74
- y 0.07
- text "Back"
-
- ;eCHAMPIONSHIP_RETOUR_LOADSAVE
- state_manager "1205"
- }
- }
-
-
- ;;;;;;;; TO LOAD A CHAMPIONSHIP ;;;;;;;;
- new Container
- {
- name "container_charger"
- z 1
-
- background "data/menus/i_bg_loadsave_640_0.nif"
-
-
- on_idle ActionIdleManager
- {
- ;eMENU_CHAMPIONSHIP_LOAD_START
- current_menu 1023
- }
-
- new MenuButton
- {
- name "titre_fenetre_charger"
- x 0.749
- y 0.85
- size_x 0.25
- size_y 0.163
- text "Load"
- text_size 0.45
- text_initial_color <0,0.66,1,1>
- normal_image "data/menus/i_titre_bouton.nif"
- highlight_image ""
- }
- new FastFont
- {
- x 0.38
- y 0.83
- ratio 0.4
- text "Select a game:"
- initial_color <1,1,1,1>
- }
- new List
- {
- name "charger_list"
- x 0.3
- y 0.47
- z 0.9
- size_x 0.53
- size_y 0.325
- background "data/menus/i_carre_listbox.nif"
-
- ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
- ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
- SliderFile "data/menus/i_progress_bouton.nif"
- SliderBackGndFile "data/menus/i_progress_bar.nif"
- ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
- ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
-
- multi_column (0.23,0.07,0.08)
-
- selection_type 3
- display_type 1
- }
- new MenuButton
- {
- ;// Charger
- x 0.86
- y 0.46
- text "Load"
- name "charger_start"
-
- ;eCHAMPIONSHIP_CHARGER_START
- state_manager "1213"
- }
- new MenuButton
- {
- ;// Sauver
- x 0.797
- y 0.37
- text "Save"
- activated 0
- }
- new MenuButton
- {
- ;// Effacer
- x 0.716
- y 0.285
- text "Delete"
- name "effacer_start"
-
- ;eCHAMPIONSHIP_SCRAPER_START
- state_manager "1214"
- }
- new MenuButton
- {
- ;// Retour
- x 0.74
- y 0.07
- text "Back"
-
- change_script "menu_principal.txt"
- change_container "container_menu_principal"
- }
- }
- ;//****************** S╔LECTION DU PILOTE *************************
- new Container
- {
- name "batch_mode_trigger"
- z 1
-
- background "data/menus/i_bg_principal_640_0.nif"
-
- new MenuButton
- {
- name "titre_fenetre_sp"
- x 0.749
- y 0.85
- size_x 0.25
- size_y 0.163
- visible 1
- text "BATCH"
- text2 "MODE..."
- text_size 0.45
- text_initial_color <0,0.66,1,1>
- normal_image "data/menus/i_titre_bouton.nif"
- highlight_image ""
- }
- on_idle ActionIdleManager
- {
- ;eMENU_BATCH_MODE
- current_menu 1103
- }
-
- new MenuButton
- {
- ;// Quitter
- name "nada_batch_mode"
- x 0.71
- y 0.08
- text "Quit"
- ;// QUIT
- state_manager "0"
- }
- }
-
- new Container
- {
- name "batch_mode_next_run"
- z 1
-
- background "data/menus/i_bg_principal_640_0.nif"
-
- new MenuButton
- {
- name "titre_fenetre_sp"
- x 0.749
- y 0.85
- size_x 0.25
- size_y 0.163
- visible 1
- text "NEXT BATCH"
- text2 "RUN..."
- text_size 0.45
- text_initial_color <0,0.66,1,1>
- normal_image "data/menus/i_titre_bouton.nif"
- highlight_image ""
- }
- on_idle ActionIdleManager
- {
- ;eMENU_BATCH_MODE_NEXT_RUN
- current_menu 1104
- }
- new MenuButton
- {
- x 0.71
- y 0.08
- text "Quit"
- ;// QUIT
- state_manager "0"
- }
- new FastFont
- {
- name "stats"
- x 0.5
- y 0.55
- auto_center 1
- ratio 0.45
- text "toto"
- initial_color <0,0.66,1,1>
- }
- }
-
- ;//****************** S╔LECTION DU PILOTE *************************
- new Container
- {
- name "batch_mode_trigger"
- z 1
-
- background "data/menus/i_bg_principal_640_0.nif"
-
- new MenuButton
- {
- name "titre_fenetre_sp"
- x 0.749
- y 0.85
- size_x 0.25
- size_y 0.163
- visible 1
- text "BATCH"
- text2 "MODE..."
- text_size 0.45
- text_initial_color <0,0.66,1,1>
- normal_image "data/menus/i_titre_bouton.nif"
- highlight_image ""
- }
- on_idle ActionIdleManager
- {
- ;eMENU_BATCH_MODE
- current_menu 1103
- }
-
- new MenuButton
- {
- ;// Quitter
- name "nada_batch_mode"
- x 0.71
- y 0.08
- text "Quit"
- ;// QUIT
- state_manager "0"
- }
- }
-